home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / postman.zip / POSTMAN.MAK < prev    next >
Text File  |  1991-05-01  |  463b  |  15 lines

  1. # Makefile for postman.exe
  2.  
  3. postman.exe: postman.obj postman1.obj postman.def postman.res
  4.     link /CO/align:16/NOD postman+postman1,postman.exe,,libw slibcew, postman.def
  5.     rc -V postman.res
  6.  
  7. postman.obj : postman.c postman1.h dlgdefs.h
  8.      cl -c -u -G2csw -Zpei -Od -AS -W4 postman.c
  9.  
  10. postman1.obj : postman1.c postman1.h
  11.      cl -c -u -G2csw -Zpei -Od -AS -W4 postman1.c
  12.  
  13. postman.res : postman.rc null.ico invalid.ico
  14.      rc -r -V postman.rc
  15.